home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / imap / ANSI / c-client / drivernt.bat < prev    next >
DOS Batch File  |  1996-03-13  |  2KB  |  42 lines

  1.  
  2. @ECHO OFF
  3. REM Program:    Driver Linkage Generator for DOS
  4.  
  5. REM Author:    Mark Crispin
  6. REM        Networks and Distributed Computing
  7. REM        Computing & Communications
  8. REM        University of Washington
  9. REM        Administration Building, AG-44
  10. REM        Seattle, WA  98195
  11. REM        Internet: MRC@CAC.Washington.EDU
  12.  
  13. REM Date:    11 October 1989
  14. REM Last Edited:11 October 1993
  15.  
  16. REM Copyright 1993 by the University of Washington
  17.  
  18. REM  Permission to use, copy, modify, and distribute this software and its
  19. REM documentation for any purpose and without fee is hereby granted, provided
  20. REM that the above copyright notice appears in all copies and that both the
  21. REM above copyright notice and this permission notice appear in supporting
  22. REM documentation, and that the name of the University of Washington not be
  23. REM used in advertising or publicity pertaining to distribution of the software
  24. REM without specific, written prior permission.  This software is made
  25. REM available "as is", and
  26. REM THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  27. REM WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  28. REM WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  29. REM NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  30. REM INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  31. REM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  32. REM (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  33. REM WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  34.  
  35. REM Erase old driver linkage
  36. DEL LINKAGE.*
  37.  
  38. REM Now define the new list
  39. FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO ^
  40. ECHO extern DRIVER %%Ddriver^; >> LINKAGE.H & ^
  41. ECHO mail_link (^&%%Ddriver)^;    /* link in the %%D driver */ >> LINKAGE.C
  42.